From 7122101c35b4ab4c8f702811be37796d2450f8ec Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 2 Apr 2011 15:50:47 +0100 Subject: [PATCH] xentrace: remove unneeded debug printk The pointer value in case of an allocation failure is rather uninteresting. Signed-off-by: Olaf Hering Acked-by: George Dunlap --- xen/common/trace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/common/trace.c b/xen/common/trace.c index a1452ece45..4225f0413f 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -238,7 +238,6 @@ out_dealloc: { void *rawbuf = per_cpu(t_bufs, cpu); per_cpu(t_bufs, cpu) = NULL; - printk(XENLOG_DEBUG "xentrace: cpu %d p %p\n", cpu, rawbuf); if ( rawbuf ) { ASSERT(!(virt_to_page(rawbuf)->count_info & PGC_allocated)); -- 2.30.2